CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 串口 类

搜索资源列表

  1. vc的5个源码

    0下载:
  2. 打字游戏:于娱乐中练习指法 vc 超酷时钟:具有整点报时等功能,界面超酷的桌面时钟 vc 阴阳日历:不仅有阳历更有阴历查询的功能 vc 桌面留言:vc 串口类:c#-typing game : in entertainment practice fingering vc cool clock : The whole point timekeeping functions, interface cool desktop calendar clock vc yin and yang : not on
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:249908
    • 提供者:丰羽
  1. CSerialPort

    1下载:
  2. 很出名的一个串口类 让你不需要了解API就可以编写串口程序-It s a very famous serial genus, it makes you can write serial programme without understand API
  3. 所属分类:通讯编程

    • 发布日期:2008-10-13
    • 文件大小:7717
    • 提供者:黄永刚
  1. CserialPort类源码

    2下载:
  2. VC++简单而强大的多线程串口编程工具,该CSerialPort类封装了串口通信的基本 数据和方法-VC simple and powerful multithreaded serial programming tools, the CSerialPort type of serial communications package of basic data and methods
  3. 所属分类:串口编程

    • 发布日期:2008-10-13
    • 文件大小:7340
    • 提供者:dli
  1. CSerialPort_src

    0下载:
  2. 一个VC6写的串口通讯的程序,里面封装了一个串口通讯的类,很好用。(A VC6 written serial communication program, which encapsulates a serial communication class, very good use.)
  3. 所属分类:串口编程

  1. ComDrv

    0下载:
  2. 通过类接口 串口通用驱动类 形成Dll动态链接库 完成模块化编程(Forming a Dll dynamic link library through a general drive class of a class interface serial port to complete modular programming)
  3. 所属分类:其他

    • 发布日期:2018-01-09
    • 文件大小:1024
    • 提供者:张兮
  1. BSerialPort

    0下载:
  2. 在VS2010编译通过基于Windows API的串口通讯类(Compiling serial communication classes based on Windows API in VS2010)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:4096
    • 提供者:Micheal001
  1. Serialport

    0下载:
  2. MFC平台下的串口通信类。添加关闭端口函数,字节型发送函数(The serial communication class under the MFC platform. Add the closed port function, the byte send function)
  3. 所属分类:Windows编程

    • 发布日期:2018-04-19
    • 文件大小:7168
    • 提供者:yang.wang
  1. mfz-rxtx-2.2-20081207-win-x86

    1下载:
  2. java调用串口功能使用工具类,操作串口开关(Java calls the serial port function to use the tool class)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:151552
    • 提供者:殇溪
  1. serialMonitor

    0下载:
  2. 一个java调用串口的工具类,感觉写的不错,大家分享一下(A Java call the serial tool class, feel good writing, everyone to share it)
  3. 所属分类:其他

    • 发布日期:2018-04-20
    • 文件大小:14336
    • 提供者:殇溪
  1. SerialPortToolDemo_Hex成功2018_1_13_16_47

    1下载:
  2. 串口通信,能收能发,支持16进制。利用了QSerialPort类。(Serial communication, receiver and sender, support hexadecimal mode.)
  3. 所属分类:串口编程

    • 发布日期:2018-04-21
    • 文件大小:1501184
    • 提供者:feifei~
  1. MYTOOLS

    5下载:
  2. C#开发的工业自动化控制类,大部分已经写完且验证过: 一、EPSON Robot Remote TCP/IP Control: 用于对EPSON机械手进行远程以太网控制; 二、Motion Control(GoogolTech/LeadShine):对固高和雷赛运动控制卡的DLL文件中的函数进行第二次封装; 三、Advantech: PCI1752:研华数据采集卡PCI1752更新输出及输出状态回读; PCI1754:研华数据采集卡PCI1754更新输入信号;
  3. 所属分类:其他

    • 发布日期:2018-04-22
    • 文件大小:6617088
    • 提供者:southeastofstar
  1. IFANA_Model

    0下载:
  2. 串口通信小程序,serialport类实现读写操作(Serial communication small program, serialport class realization read and write operation)
  3. 所属分类:通讯编程

    • 发布日期:2018-04-30
    • 文件大小:65536
    • 提供者:潇666
  1. CSerialPort-master (1)

    0下载:
  2. 串口通信类, 改进 ** 1) 增加 ClosePort ** 2) 增加 WriteToPort 两个方法 ** 3) 增加 SendData 与 RecvData 方法(cserialport class add:1.add closeport 2.add writetoport 3.add senddata and recvdata)
  3. 所属分类:通讯编程

    • 发布日期:2021-01-01
    • 文件大小:516096
    • 提供者:vdu
  1. 串口通讯

    3下载:
  2. 我们可以用E4A的串口通信类库获取到设备列表。其中就包含/dev/ttyS0 ~ /dev/ttyS3 的串口设备。具体使用到哪个设备,在调试中去找。只有接好线后,在程序中打开串口,把设备路径和波特率填好,打开成功的就是需要使用的串口设备,之后就能正常通信了!
  3. 所属分类:软件工程

  1. JAVA串口采集数据

    2下载:
  2. 实现java对串口数据的采集功能,详细的代码请看压缩包中的实现类(Implementing the Collection Function of Serial Port Data in Java)
  3. 所属分类:串口编程

    • 发布日期:2019-12-09
    • 文件大小:144384
    • 提供者:小小宇宇宇
  1. serialProject

    1下载:
  2. 串口调试助手实现 基于serialport类的串口(Serial debugging assistant)
  3. 所属分类:通讯编程

    • 发布日期:2020-04-29
    • 文件大小:204800
    • 提供者:王靖宇
  1. ACR122S串口NFC读卡器内置ISO7816 SAM卡槽

    0下载:
  2. ACR122S串口NFC读卡器描述: ACR122S属于ACR122系列,是一款串口型NFC非接触式智能卡读写器。ACR122S采用13.56 MHz非接触式(RFID)技术并符合ISO/IEC 18092 NFC标准,能够支持Mifare®、ISO14443 A类和B类、FeliCa和NFC技术,包括所有四类NFC标签和三种NFC模式(读写器、peer-to-peer和模拟卡片模式)。 ACR122S是一款即插即用设备,无需安装任何驱动。 ACR122S具有内置的ISO7816 S
  3. 所属分类:程序开发库

    • 发布日期:2019-07-15
    • 文件大小:102829716
    • 提供者:rfid128
  1. 账单打印机打印程序

    2下载:
  2. 用C#编写的串口热敏纸打印机程序, 适合打印各种账单, 类函数接口调用,移植方便。(The serial port thermosensitive paper printer program written by C# is suitable for printing all kinds of bills, calling class function interface, and convenient for transplantation.)
  3. 所属分类:C#编程

    • 发布日期:2021-04-18
    • 文件大小:68608
    • 提供者:争渡
  1. 串口通信类

    1下载:
  2. 进行串口通讯时,需要设置一些相关参数,可以通过设置SerialPort 类的属性来进行
  3. 所属分类:其他嵌入式/单片机内容

  1. QT 串口操作

    1下载:
  2. 开发环境:WIN7+QT4.7+QT CREATOR2.8+MINGW 已编译通过测试平台:XP、Win7、ubuntu、tiny210 技术实现:通过第三方串口通信类,解析协议并作出处理 基本功能: 1:支持16进制数据发送与接收。 2:支持windows下COM9以上的串口通信。 3:自动加载对应操作系统串口号。 4:实时显示收发数据字节大小以及串口状态。 高级功能: 1:可自由管理需要发送的数据,每次只要从下拉框中选择数据即可,无需重新输入数据。
  3. 所属分类:驱动编程

« 1 2 3 4 5 6 7 89 10 11 12 13 ... 50 »
搜珍网 www.dssz.com